From: Richard M. Stallman Date: Sat, 26 Oct 2002 22:36:09 +0000 (+0000) Subject: (c++-font-lock-keywords...): Add `restrict' keyword. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30044 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0684c9b751ad120ffa9306924dc5607abfec5c81;p=emacs.git (c++-font-lock-keywords...): Add `restrict' keyword. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index a8ecf18c5ed..f183a7bf8d0 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2198,6 +2198,8 @@ See also `c-font-lock-extra-types'.") "typeid" ;; Branko Cibej says this is new. "export" + ;; Copied from C. wsnyder@wsnyder.org says C++ needs it too. + "restrict" ;; Mark Mitchell says these are new. "mutable" "explicit" ;; Alain Picard suggests treating these